Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed windows.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 13, 2009
1 parent 0176e3e commit dff5605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/atomic/win32/SDL_atomic.c
Expand Up @@ -25,8 +25,10 @@
#include "SDL_stdinc.h"
#include "SDL_atomic.h"

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#include "SDL_error.h"
#include "Windows.h"

/*
This file provides 32, and 64 bit atomic operations. If the
Expand Down

0 comments on commit dff5605

Please sign in to comment.