2
0
Sean Barrett 7 жил өмнө
parent
commit
a6796aee40

+ 1 - 1
tests/stblib.dsp

@@ -84,7 +84,7 @@ LINK32=link.exe
 # Name "stblib - Win32 Debug"
 # Begin Source File
 
-SOURCE=..\stb_lib.h
+SOURCE=.\prerelease\stb_lib.h
 # End Source File
 # Begin Source File
 

+ 2 - 2
tests/stblib_test.c

@@ -1,6 +1,6 @@
-#include "stb_lib.h"
+#include "prerelease/stb_lib.h"
 #define STB_LIB_IMPLEMENTATION
-#include "stb_lib.h"
+#include "prerelease/stb_lib.h"
 
 //#define STB_REGEX_IMPLEMENTATION
 //#include "stb_regex.h"

+ 2 - 2
tests/stblib_test_companion.c

@@ -1,4 +1,4 @@
 //#include "stb_regex.h"
 //#include "stb_regex.h"
-#include "stb_lib.h"
-#include "stb_lib.h"
+#include "prerelease/stb_lib.h"
+#include "prerelease/stb_lib.h"