diff options
Diffstat (limited to 'Tests/VSResource/main.cpp')
-rw-r--r-- | Tests/VSResource/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSResource/main.cpp b/Tests/VSResource/main.cpp index ccf700c..f8372b7 100644 --- a/Tests/VSResource/main.cpp +++ b/Tests/VSResource/main.cpp @@ -1,5 +1,5 @@ -#include <windows.h> #include <stdio.h> +#include <windows.h> extern int lib(); |