Sean Barrett пре 7 година
родитељ
комит
a6796aee40
3 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      tests/stblib.dsp
  2. 2 2
      tests/stblib_test.c
  3. 2 2
      tests/stblib_test_companion.c

+ 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"