Changeset 7554 for trunk/src/dinput


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

link with guidlib

Location:
trunk/src/dinput
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dinput/makefile

    r4717 r7554  
    1 # $Id: makefile,v 1.9 2000-12-02 23:39:00 bird Exp $
     1# $Id: makefile,v 1.10 2001-12-06 10:13:59 sandervl Exp $
    22
    33#
     
    2020$(OBJDIR)\dinput.obj \
    2121$(OBJDIR)\oslibinput.obj \
    22 $(OBJDIR)\dinputguid.obj \
    2322$(OBJDIR)\dinputrsrc.obj \
    2423$(DLLENTRY)
     
    3433$(RTLLIB_O) \
    3534$(ODIN32_LIB)/user32.lib \
    36 $(ODIN32_LIB)/ole32.lib
    37 
     35$(ODIN32_LIB)/ole32.lib \
     36$(ODIN32_LIB)/guidlib.lib
    3837
    3938#
  • 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.