diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-20 15:00:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-20 15:00:45 +0000 |
commit | cf8a36c99b469cd14ccc13bc9b56bb2ae93e80c3 (patch) | |
tree | fbf14ec4320fbe910d81554675abd633228d4a73 /sj2 | |
parent | 379164d76f79ff2ae0de4ed3dfece6e7432779eb (diff) |
#100000# HMENU define for vcl changes
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/sjapplet_impl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx index 362e3986f6b3..61fbd93e6419 100644 --- a/sj2/source/jscpp/sjapplet_impl.cxx +++ b/sj2/source/jscpp/sjapplet_impl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet_impl.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:01:08 $ + * last change: $Author: kz $ $Date: 2003-11-20 16:00:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,7 @@ #include "sjapplet_impl.hxx" #define HWND int +#define HMENU int #include <rtl/ustring> #include <rtl/process.h> |