1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590
|
/*
Copyright (c) 2008, 2009 Jussi Pakkanen
Разрешается повторное распространение и использование как в виде исходного кода,
так и в двоичной форме, с изменениями или без, при соблюдении следующих условий:
* При повторном распространении исходного кода должны оставаться указанное
выше уведомление об авторском праве, этот список условий и последующий
отказ от гарантий.
* При повторном распространении двоичного кода в документации и/или в
других материалах, поставляемых при распространении, должны сохраняться
указанная выше информация об авторском праве, этот список условий и
последующий отказ от гарантий.
* Ни название Cognitive Technologies, ни имена ее сотрудников не могут
быть использованы в качестве средства поддержки и/или продвижения
продуктов, основанных на этом ПО, без предварительного письменного
разрешения.
ЭТА ПРОГРАММА ПРЕДОСТАВЛЕНА ВЛАДЕЛЬЦАМИ АВТОРСКИХ ПРАВ И/ИЛИ ДРУГИМИ ЛИЦАМИ "КАК
ОНА ЕСТЬ" БЕЗ КАКОГО-ЛИБО ВИДА ГАРАНТИЙ, ВЫРАЖЕННЫХ ЯВНО ИЛИ ПОДРАЗУМЕВАЕМЫХ,
ВКЛЮЧАЯ ГАРАНТИИ КОММЕРЧЕСКОЙ ЦЕННОСТИ И ПРИГОДНОСТИ ДЛЯ КОНКРЕТНОЙ ЦЕЛИ, НО НЕ
ОГРАНИЧИВАЯСЬ ИМИ. НИ ВЛАДЕЛЕЦ АВТОРСКИХ ПРАВ И НИ ОДНО ДРУГОЕ ЛИЦО, КОТОРОЕ
МОЖЕТ ИЗМЕНЯТЬ И/ИЛИ ПОВТОРНО РАСПРОСТРАНЯТЬ ПРОГРАММУ, НИ В КОЕМ СЛУЧАЕ НЕ
НЕСЁТ ОТВЕТСТВЕННОСТИ, ВКЛЮЧАЯ ЛЮБЫЕ ОБЩИЕ, СЛУЧАЙНЫЕ, СПЕЦИАЛЬНЫЕ ИЛИ
ПОСЛЕДОВАВШИЕ УБЫТКИ, СВЯЗАННЫЕ С ИСПОЛЬЗОВАНИЕМ ИЛИ ПОНЕСЕННЫЕ ВСЛЕДСТВИЕ
НЕВОЗМОЖНОСТИ ИСПОЛЬЗОВАНИЯ ПРОГРАММЫ (ВКЛЮЧАЯ ПОТЕРИ ДАННЫХ, ИЛИ ДАННЫЕ,
СТАВШИЕ НЕГОДНЫМИ, ИЛИ УБЫТКИ И/ИЛИ ПОТЕРИ ДОХОДОВ, ПОНЕСЕННЫЕ ИЗ-ЗА ДЕЙСТВИЙ
ТРЕТЬИХ ЛИЦ И/ИЛИ ОТКАЗА ПРОГРАММЫ РАБОТАТЬ СОВМЕСТНО С ДРУГИМИ ПРОГРАММАМИ,
НО НЕ ОГРАНИЧИВАЯСЬ ЭТИМИ СЛУЧАЯМИ), НО НЕ ОГРАНИЧИВАЯСЬ ИМИ, ДАЖЕ ЕСЛИ ТАКОЙ
ВЛАДЕЛЕЦ ИЛИ ДРУГОЕ ЛИЦО БЫЛИ ИЗВЕЩЕНЫ О ВОЗМОЖНОСТИ ТАКИХ УБЫТКОВ И ПОТЕРЬ.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the Cognitive Technologies nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/**
* \file
* Typedefs for the various win32-only variable types.
* Only defines those types that are currently undefined. Thus this
* can be included after other headers without redefinition errors.
*
* Most of these are also in c_types.h and/or cttypes.h. I added them
* here so as to make changes minimal and isolated. Eventually this
* header should be removed altogether.
*/
#ifndef compat_typedefs_h_
#define compat_typedefs_h_
#if WIN32
#include<windows.h>
#include"minmax.h"
#ifdef _MSC_VER
#include<crtdbg.h>
#include <io.h>
/*
#define open(a, b, c) _open(a, b, c)
#define close(a) _close(a)
#define read(a, b, c) _read(a, b, c)
#define write(a, b, c) _write(a, b, c)
#define filelength(a) _filelength(a)
#define lseek(a, b, c) _lseek(a, b, c)
*/
#else
#ifndef _ASSERT
#define _ASSERT(a) assert(a)
#endif
typedef int (* _CRT_ALLOC_HOOK) (int, void *, int, int, long, const char *, int);
#endif
#include "cfcompat.h"
#else
#include <time.h>
#include "minmax.h"
#include "filestuff.h"
#include "cttypes.h" /* Most type definitions are here. */
#include <errno.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef HANDLE
#define HANDLE void*
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif
#ifndef APIENTRY /* Not currently used in Linux. */
#define APIENTRY
#endif
typedef int (* _CRT_ALLOC_HOOK)(int, void *, int, int, long, const char *, int);
#ifndef HINSTANCE
#define HINSTANCE void*
#endif
#ifndef HMODULE
#define HMODULE void*
#endif
#ifndef HICON
#define HICON void*
#endif
#ifndef HWND
#define HWND void*
#endif
#define _ASSERT assert
#ifndef HDC
#define HDC int
#endif
#ifndef HGDIOBJ
#define HGDIOBJ int
#endif
#ifndef DECLARE_HANDLE
#define DECLARE_HANDLE(a)
#endif
#ifndef WINAPI
#define WINAPI
#endif
extern int HFILE_ERROR;
typedef int HFILE;
typedef struct tagRECT {
int32_t left;
int32_t right;
int32_t top;
int32_t bottom;
} RECT;
typedef RECT* LPRECT;
typedef uint32_t COLORREF;
typedef uint32_t *LPCOLORREF;
#ifndef HGLOBAL
#define HGLOBAL void*
#endif
#ifndef HMETAFILE
#define HMETAFILE void*
#endif
typedef struct {
char * lpszClassName;
HINSTANCE hInstance;
void * lpfnWndProc;
unsigned int style;
int hbrBackground;
int hCursor;
HICON hIcon;
char * lpszMenuName;
char *cbClsExtra;
char *cbWndExtra;
} WNDCLASS;
#pragma pack(push, 2)
typedef struct tagBITMAPINFOHEADER {
uint32_t biSize;
int32_t biWidth;
int32_t biHeight;
uint16_t biPlanes;
uint16_t biBitCount;
uint32_t biCompression;
uint32_t biSizeImage;
int32_t biXPelsPerMeter;
int32_t biYPelsPerMeter;
uint32_t biClrUsed;
uint32_t biClrImportant;
} BITMAPINFOHEADER, *PBITMAPINFOHEADER;
typedef struct tagBITMAPCOREHEADER {
uint32_t bcSize;
uint16_t bcWidth;
uint16_t bcHeight;
uint16_t bcPlanes;
uint16_t bcBitCount;
} BITMAPCOREHEADER, *PBITMAPCOREHEADER;
#pragma pack(pop)
struct _finddata_t {
unsigned attrib;
time_t time_create; /*-1forFATfilesystems*/
time_t time_access; /*-1forFATfilesystems */
time_t time_write;
unsigned int size;
char name[260];
};
typedef struct tagRGBQUAD {
uchar rgbBlue;
uchar rgbGreen;
uchar rgbRed;
uchar rgbReserved;
} RGBQUAD;
typedef struct tagBITMAPINFO {
BITMAPINFOHEADER bmiHeader;
RGBQUAD bmiColors[1];
} BITMAPINFO, *PBITMAPINFO;
typedef struct tagRGBTRIPLE {
uchar rgbtBlue;
uchar rgbtGreen;
uchar rgbtRed;
} RGBTRIPLE;
typedef BITMAPCOREHEADER* LPBITMAPCOREHEADER;
typedef BITMAPINFOHEADER* LPBITMAPINFOHEADER;
typedef BITMAPINFO* LPBITMAPINFO;
typedef struct tagMETAHEADER {
uint16_t mtType;
uint16_t mtHeaderSize;
uint16_t mtVersion;
uint32_t mtSize;
uint16_t mtNoObjects;
uint32_t mtMaxRecord;
uint16_t mtNoParameters;
} METAHEADER, *PMETAHEADER;
typedef struct tagPALETTEENTRY {
uchar peRed;
uchar peGreen;
uchar peBlue;
uchar peFlags;
} PALETTEENTRY;
typedef struct tagLOGPALETTE {
uint16_t palVersion;
uint16_t palNumEntries;
PALETTEENTRY palPalEntry[1];
} LOGPALETTE;
/*
typedef struct {
int x;
} HPALETTE;
*/
typedef Bool(*WNDENUMPROC)(HWND, int);
typedef int HPALETTE;
typedef struct tagPAINTSTRUCT {
HDC hdc;
Bool fErase;
RECT rcPaint;
Bool fRestore;
Bool fIncUpdate;
unsigned char rgbReserved[32];
} PAINTSTRUCT, *PPAINTSTRUCT;
typedef struct tagPOINT {
int32_t x;
int32_t y;
} POINT, *PPOINT;
typedef struct tagSIZE {
int32_t cx;
int32_t cy;
} SIZE;
#pragma pack(push, 2)
typedef struct tagBITMAPFILEHEADER {
uint16_t bfType;
uint32_t bfSize;
uint16_t bfReserved1;
uint16_t bfReserved2;
uint32_t bfOffBits;
} BITMAPFILEHEADER, *PBITMAPFILEHEADER;
#pragma pack(pop)
typedef struct tagCOPYDATASTRUCT {
ulong dwData;
uint32_t cbData;
pvoid lpData;
} COPYDATASTRUCT, *PCOPYDATASTRUCT;
typedef POINT* LPPOINT;
typedef SIZE* LPSIZE;
typedef int HKEY;
typedef int HFONT;
typedef int * PHKEY;
typedef int REGSAM;
#ifndef _O_BINARY
#define _O_BINARY O_BINARY
#endif
#ifndef _O_CREAT
#define _O_CREAT O_CREAT
#endif
#ifndef _O_EXCL
#define _O_EXCL O_EXCL
#endif
#ifndef _O_RDONLY
#define _O_RDONLY O_RDONLY
#endif
#ifndef _O_RDWR
#define _O_RDWR O_RDWR
#endif
#ifndef _S_IREAD
#define _S_IREAD S_IREAD
#endif
#ifndef _S_IWRITE
#define _S_IWRITE S_IWRITE
#endif
#ifndef WPARAM
#define WPARAM int
#endif
#ifndef COLORONCOLOR
#define COLORONCOLOR 31
#endif
#ifndef DIB_RGB_COLORS
#define DIB_RGB_COLORS 85
#endif
#ifndef SRCCOPY
#define SRCCOPY 482
#endif
#ifndef LPARAM
#define LPARAM int
#endif
#ifndef O_BINARY
#define O_BINARY 0
#endif
#ifndef O_TEXT
#define O_TEXT 0
#endif
#ifndef CREATE_NEW
#define CREATE_NEW 2
#endif
#ifndef RGB
#define RGB(r,g,b) ((uint32_t)(((uchar)(r)|((uint16_t)((uchar)(g))<<8))|(((uint32_t)(uchar)(b))<<16)))
#endif
#ifndef GENERIC_READ
#define GENERIC_READ 1
#endif
#ifndef GENERIC_WRITE
#define GENERIC_WRITE 2
#endif
#ifndef FILE_ATTRIBUTE_NORMAL
#define FILE_ATTRIBUTE_NORMAL 4
#endif
#ifndef INVALID_HANDLE_VALUE
#define INVALID_HANDLE_VALUE NULL
#endif
#ifndef LRESULT
#define LRESULT int
#endif
#define HMENU void*
#include "cfcompat.h"
/* A bunch of windows DLL initialisation values. I don't know the
* real values of these, so I just put in random values. They are not
* used anyway, so no harm.
*/
#ifndef DLL_PROCESS_ATTACH
#define DLL_PROCESS_ATTACH 1
#endif
#ifndef DLL_PROCESS_DETACH
#define DLL_PROCESS_DETACH 2
#endif
#ifndef DLL_THREAD_ATTACH
#define DLL_THREAD_ATTACH 3
#endif
#ifndef DLL_THREAD_DETACH
#define DLL_THREAD_DETACH 4
#endif
#ifndef GWL_HINSTANCE
#define GWL_HINSTANCE 42
#endif
#ifndef WS_OVERLAPPEDWINDOW
#define WS_OVERLAPPEDWINDOW 6
#endif
#ifndef GRAY_BRUSH
#define GRAY_BRUSH 1
#endif
#ifndef NULL_BRUSH
#define NULL_BRUSH 0
#endif
#ifndef WM_DESTROY
#define WM_DESTROY 96
#endif
#ifndef WM_SIZE
#define WM_SIZE 10
#endif
#ifndef WM_PAINT
#define WM_PAINT 73
#endif
#ifndef WHITE_BRUSH
#define WHITE_BRUSH 939
#endif
#ifndef IDC_ARROW
#define IDC_ARROW "arrow_dummy"
#endif
#ifndef IDI_ASTERISK
#define IDI_ASTERISK "asterisk_dummy"
#endif
#ifndef GHND
#define GHND 0x42
#endif
#ifndef GMEM_DDESHARE
#define GMEM_DDESHARE 0
#endif
#ifndef GMEM_DISCARDABLE
#define GMEM_DISCARDABLE 0
#endif
#ifndef GMEM_FIXED
#define GMEM_FIXED 0
#endif
#ifndef GMEM_LOWER
#define GMEM_LOWER 0
#endif
#ifndef GMEM_MOVEABLE
#define GMEM_MOVEABLE 0x02
#endif
#ifndef GMEM_NOCOMPACT
#define GMEM_NOCOMPACT 0
#endif
#ifndef GMEM_NODISCARD
#define GMEM_NODISCARD 0
#endif
#ifndef GMEM_NOT_BANKED
#define GMEM_NOT_BANKED 0
#endif
#ifndef GMEM_NOTIFY
#define GMEM_NOTIFY 0
#endif
#ifndef GMEM_SHARE
#define GMEM_SHARE 0
#endif
#ifndef GMEM_ZEROINIT
#define GMEM_ZEROINIT 0x0040
#endif
#ifndef GPTR
#define GPTR 0x40
#endif
#ifndef DRIVE_FIXED
#define DRIVE_FIXED 44
#endif
#ifndef ERROR_SUCCESS
#define ERROR_SUCCESS 0
#endif
#ifndef HKEY_CURRENT_USER
#define HKEY_CURRENT_USER 69
#endif
#ifndef KEY_ALL_ACCESS
#define KEY_ALL_ACCESS 100
#endif
#ifndef CP_ACP
#define CP_ACP 593
#endif
#ifndef MAX_COMPUTERNAME_LENGTH
#define MAX_COMPUTERNAME_LENGTH 100
#endif
#ifndef MB_SYSTEMMODAL
#define MB_SYSTEMMODAL 773
#endif
#ifndef ERROR_ALREADY_EXISTS
#define ERROR_ALREADY_EXISTS EEXIST
#endif
#ifndef OUT_DEFAULT_PRECIS
#define OUT_DEFAULT_PRECIS 253
#endif
#ifndef DEFAULT_QUALITY
#define DEFAULT_QUALITY 49
#endif
#ifndef CLIP_DEFAULT_PRECIS
#define CLIP_DEFAULT_PRECIS 7
#endif
#ifndef WM_COPYDATA
#define WM_COPYDATA 30
#endif
#ifndef MB_ICONSTOP
#define MB_ICONSTOP 888
#endif
#ifdef __cplusplus
}
#endif
#endif /* not WIN32 */
#endif
|