OS2Bitmap.cxx (a7e9c4d8) OS2Bitmap.cxx (e18b2daf)
1/*************************************************************************
2
3 Copyright 2011 Yuri Dario <mc6530@mclink.it>
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8

--- 4 unchanged lines hidden (view full) ---

13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 ************************************************************************/
18
19#define INCL_WIN
20#include <svpm.h>
1/*************************************************************************
2
3 Copyright 2011 Yuri Dario <mc6530@mclink.it>
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8

--- 4 unchanged lines hidden (view full) ---

13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 ************************************************************************/
18
19#define INCL_WIN
20#include <svpm.h>
21#include <string.h>
21
22#ifndef _OS2CLIPBOARD_HXX_
23#include "Os2Clipboard.hxx"
24#endif
25
26// same typedefs from win32 sdk
27typedef unsigned short WORD;
28typedef unsigned long DWORD;

--- 231 unchanged lines hidden ---
22
23#ifndef _OS2CLIPBOARD_HXX_
24#include "Os2Clipboard.hxx"
25#endif
26
27// same typedefs from win32 sdk
28typedef unsigned short WORD;
29typedef unsigned long DWORD;

--- 231 unchanged lines hidden ---