Use #include "foo.h" for including Windows headers in dlls/, use

#include <bar.h> for including Windows headers in include/.
oldstable
Vincent Béron 2005-08-10 09:51:40 +00:00 committed by Alexandre Julliard
parent b1d96713ed
commit 56da0c33fb
8 changed files with 20 additions and 20 deletions

View File

@ -24,10 +24,10 @@
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <usp10.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "usp10.h"
#include "wine/debug.h"

View File

@ -23,11 +23,11 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include <windef.h>
#include <winbase.h>
#include <mmsystem.h>
#include <mmreg.h>
#include <msacm.h>
/***********************************************************************
* Types

View File

@ -24,7 +24,7 @@ extern "C" {
#endif
#ifndef _MSI_NO_CRYPTO
#include "wincrypt.h"
#include <wincrypt.h>
#endif
typedef unsigned long MSIHANDLE;

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "msxmldid.h"
#include <msxmldid.h>
import "unknwn.idl";
import "wtypes.idl";

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "msxml2did.h"
#include "olectl.h"
#include <msxml2did.h>
#include <olectl.h>
import "unknwn.idl";
import "objidl.idl";

View File

@ -23,7 +23,7 @@
extern "C" {
#endif
#include "sql.h"
#include <sql.h>
/* flags for Installer function requests */
#define ODBC_INSTALL_INQUIRY 1

View File

@ -18,10 +18,10 @@
import "objidl.idl";
#include "devenum.idl"
#include <devenum.idl>
#include "axcore.idl"
#include <axcore.idl>
#include "axextend.idl"
#include <axextend.idl>
#include "dyngraph.idl"
#include <dyngraph.idl>

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "xmldomdid.h"
#include "idispids.h"
#include <xmldomdid.h>
#include <idispids.h>
import "ocidl.idl";