Ignore:
Timestamp:
Dec 6, 2001, 11:13:59 AM (24 years ago)
Author:
sandervl
Message:

link with guidlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dinput/oslibinput.cpp

    r2462 r7554  
    1 /* $Id: oslibinput.cpp,v 1.4 2000-01-17 17:18:38 sandervl Exp $ */
     1/* $Id: oslibinput.cpp,v 1.5 2001-12-06 10:13:59 sandervl Exp $ */
    22
    33#define INCL_WIN
     
    88#include <winkeyboard.h>
    99
    10 RECTL desktopRectl = {0};
    11 ULONG ScreenWidth  = 0;
    12 ULONG ScreenHeight = 0;
     10static RECTL desktopRectl = {0};
     11static ULONG ScreenWidth  = 0;
     12static ULONG ScreenHeight = 0;
    1313
    1414//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.