mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
dawn_native: Fixup header guards from BACKEND_ to DAWNNATIVE_
This commit is contained in:
committed by
Corentin Wallez
parent
d37523fbde
commit
30965a7729
@@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef BACKEND_ERRORDATA_H_
|
||||
#define BACKEND_ERRORDATA_H_
|
||||
#ifndef DAWNNATIVE_ERRORDATA_H_
|
||||
#define DAWNNATIVE_ERRORDATA_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -42,4 +42,4 @@ namespace backend {
|
||||
|
||||
} // namespace backend
|
||||
|
||||
#endif // BACKEND_ERRORDATA_H_
|
||||
#endif // DAWNNATIVE_ERRORDATA_H_
|
||||
|
||||
Reference in New Issue
Block a user