[LOGON][MPLAY32][WRITE] Add missing winuser.h inclusions to some resource files. Spotted initially by Ricardo Hanke in mplay32. CORE-9387

svn path=/trunk/; revision=66834
This commit is contained in:
Amine Khaldi 2015-03-20 10:54:01 +00:00
parent 10ae1b40b3
commit c8a8ae2c87
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <windef.h>
#include <winuser.h>
#include "resource.h"

View file

@ -1,4 +1,5 @@
#include <windef.h>
#include <winuser.h>
#include <scrnsave.h>
#include "resource.h"

View file

@ -17,6 +17,7 @@
*/
#include <windef.h>
#include <winuser.h>
#include "resources.h"