Ignore:
Timestamp:
Oct 19, 2011, 11:26:02 AM (14 years ago)
Author:
dmik
Message:

Replace "\" with "/" in include statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/custombuild/guid.c

    r21494 r21720  
    1010#include "shlobj.h"
    1111#include "docobj.h"
    12 #include "..\shell32\shellfolder.h"
     12#include "../shell32/shellfolder.h"
    1313
    1414#include "wine/obj_inplace.h"
     
    1919#include "wine/obj_clientserver.h"
    2020#include "wine/obj_cache.h"
    21 #include "wine\obj_oleaut.h"
    22 #include "wine\obj_olefont.h"
     21#include "wine/obj_oleaut.h"
     22#include "wine/obj_olefont.h"
    2323
    2424#include "wine/obj_oleview.h"
     
    138138        (*pSid)->SubAuthority[7] = nSubAuthority7;
    139139
    140   if(pIdentifierAuthority) 
     140  if(pIdentifierAuthority)
    141141        memcpy((PVOID)&(*pSid)->IdentifierAuthority, (PVOID)pIdentifierAuthority, sizeof(SID_IDENTIFIER_AUTHORITY));
    142142  return TRUE;
Note: See TracChangeset for help on using the changeset viewer.