Browse Source

Use hsWindows.h instead of windows.h

Darryl Pogue 13 years ago
parent
commit
6d6d1c252b
  1. 2
      Sources/Plasma/NucleusLib/pnInputCore/plOSMsg.h
  2. 2
      Sources/Plasma/PubUtilLib/plInputCore/plInputManager.h

2
Sources/Plasma/NucleusLib/pnInputCore/plOSMsg.h

@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plOSMsg_inc
#define plOSMsg_inc
#include <windows.h>
#include "hsWindows.h"
//
// This enum wraps all of the OS messages

2
Sources/Plasma/PubUtilLib/plInputCore/plInputManager.h

@ -44,7 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef PL_INPUT_MANAGER_H
#define PL_INPUT_MANAGER_H
#include <windows.h>
#include "hsWindows.h"
#include "hsTypes.h"
#include "hsTemplates.h"
#include "pnKeyedObject/hsKeyedObject.h"

Loading…
Cancel
Save