Ignore:
Timestamp:
May 29, 2015, 7:11:26 PM (10 years ago)
Author:
rousseau
Message:

Change case to be same as file case

Locally the Eclipse CDT C/C++ indexer is used and it works
case-sensitive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/kernel32/initterm.cpp

    r22097 r22099  
    88 * Project Odin Software License can be found in LICENSE.TXT
    99 */
     10
     11//~ #undef  DBG_CON
     12//~ #define DBG_CON
    1013
    1114#define  INCL_DOSMODULEMGR
     
    1922#include <misc.h>
    2023#include <wprocess.h>
    21 #include "handlemanager.h"
     24#include "HandleManager.h"
    2225#include "profile.h"
    2326#include <options.h>
     
    3942#include "osliblvm.h"
    4043#include <cpuhlp.h>
    41 #include <Win32k.h>
     44#include <win32k.h>
    4245#include <initdll.h>
    4346#include <codepage.h>
Note: See TracChangeset for help on using the changeset viewer.