Browse Source

name collision fix

Kajetan Johannes Hammerle 3 năm trước cách đây
mục cha
commit
a016e27df7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Types.h

+ 2 - 2
Types.h

@@ -1,5 +1,5 @@
-#ifndef TYPES_H
-#define TYPES_H
+#ifndef SNUVI_TYPES_H
+#define SNUVI_TYPES_H
 
 #ifdef __cplusplus
 extern "C" {