commit | da01cf93acba848e4120e34b3b187c565bc7a507 | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Tue Jun 30 13:14:36 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 30 13:48:18 2009 +0200 |
tree | 708eb97b4eeaea77104deaa70f986d6d2ccf9d57 | |
parent | d10ea237a9bae13ea484b02543e0e23b8bb446c9 [diff] [blame] |
oleaut32: Build language resource files separately. Instead of including them from an other rc file.
diff --git a/dlls/oleaut32/resource.h b/dlls/oleaut32/resource.h index 5c72c7e..550170a 100644 --- a/dlls/oleaut32/resource.h +++ b/dlls/oleaut32/resource.h
@@ -20,6 +20,8 @@ #ifndef WINE_OLEAUT32_RESOURCE_H #define WINE_OLEAUT32_RESOURCE_H +#include <windef.h> + /* Localised boolean text */ #define IDS_TRUE 100 #define IDS_FALSE 101