diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-06 14:41:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-06 14:41:43 +0000 |
commit | ff2994cf66e42fbbb30b53a22292c5c32f122126 (patch) | |
tree | c91a01bf02c1224387ff8807f36506c84390aafc /vcl/win | |
parent | 87cfad1a6c8958e427a339ed11ed0b0e0ae7159b (diff) |
INTEGRATION: CWS vcl56 (1.3.210); FILE MERGED
2006/03/23 18:50:08 pl 1.3.210.1: #i60519# let timers elapse during windows internal dispatch message loops
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/inc/saltimer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/saltimer.h b/vcl/win/inc/saltimer.h index ad1a1a7032a1..b822d2d80677 100644 --- a/vcl/win/inc/saltimer.h +++ b/vcl/win/inc/saltimer.h @@ -4,9 +4,9 @@ * * $RCSfile: saltimer.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:00:19 $ + * last change: $Author: vg $ $Date: 2006-04-06 15:41:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,8 @@ #include <saltimer.hxx> #endif +void CALLBACK SalTimerProc( HWND, UINT, UINT, DWORD ); + class WinSalTimer : public SalTimer { public: |