Skip to content
Snippets Groups Projects
Commit 2de66d58 authored by slevy's avatar slevy
Browse files

Use _WIN32 not WIN32.

parent c2d6d9d6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef WIN32
#ifdef _WIN32
# include "winjunk.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment