yury
7110ecdf7e
* replaced "var R:RECT" to "const R:RECT" in WinAPI functions parameters according to MS PSDK.
...
git-svn-id: trunk@7247 -
2007-05-02 22:01:26 +00:00
Vincent Snijders
41962b8bfb
* fixed NMHDR for win64
...
git-svn-id: trunk@7204 -
2007-04-30 13:53:28 +00:00
florian
c6fb0d4cab
* made second parameter of inverserect const, resolves #8705
...
git-svn-id: trunk@7124 -
2007-04-17 19:47:00 +00:00
florian
08e5d21da8
+ keypressed for windows, resolves #8637
...
git-svn-id: trunk@7064 -
2007-04-06 20:38:24 +00:00
florian
8d371e3f97
* made RT_* simple constants, fixes #8584
...
git-svn-id: trunk@7052 -
2007-04-01 15:39:45 +00:00
Almindor
02702d199f
* fix typo in ESock[s]errors
...
git-svn-id: trunk@7030 -
2007-03-29 20:51:10 +00:00
Almindor
ed8e6b71e3
* add common socket error constants to all platforms/socket.pp
...
git-svn-id: trunk@7022 -
2007-03-29 19:29:04 +00:00
pierre
73f4288d97
+ allow to disable smartlinking if NO_SMART_LINK is defined
...
git-svn-id: trunk@6834 -
2007-03-13 22:55:50 +00:00
Tomas Hajny
5e1a7997ee
+ FileTruncate allows 64-bit parameter
...
git-svn-id: trunk@6727 -
2007-03-05 23:47:10 +00:00
florian
c6f8f550f9
* resource functions for win64, fixes #8304
...
git-svn-id: trunk@6540 -
2007-02-18 10:07:12 +00:00
yury
de8de88781
* updated Win32 API.
...
git-svn-id: trunk@6475 -
2007-02-13 18:37:32 +00:00
chrivers
e81696d0f1
+ Added TIn6Addr and TSockAddrIn6 to winsock2.pp
...
git-svn-id: trunk@6452 -
2007-02-11 23:51:35 +00:00
daniel
3330a91e9e
- Remove INVALID_SOCKET and SOCKET_ERROR constants from fpwinsockh.inc,
...
because the socket unit routines use signed types.
git-svn-id: trunk@6421 -
2007-02-11 13:42:46 +00:00
marco
0a0f71827a
* openfilename updated to NT5 struct, keeping the old struct with _NT4 suffix
...
git-svn-id: trunk@6390 -
2007-02-09 20:24:56 +00:00
marco
b091c2a03a
* uncommented refefs for bug #8267 , var versions of findfirstfile/nextfile
...
git-svn-id: trunk@6389 -
2007-02-09 20:11:47 +00:00
marco
1ecd1f67d4
* bug #8279
...
git-svn-id: trunk@6388 -
2007-02-09 20:07:20 +00:00
yury
83820db27e
* fix for tiorte.pp on WM5.
...
git-svn-id: trunk@6162 -
2007-01-24 14:59:05 +00:00
Jonas Maebe
9398d67e51
* fixed SetWaitableTimer declaration
...
git-svn-id: trunk@6100 -
2007-01-21 16:08:50 +00:00
pierre
8132e2c5d0
* correct previous patch, the first letter was missing
...
git-svn-id: trunk@6066 -
2007-01-19 03:34:57 +00:00
pierre
4bd7803e00
* insure that env variable is only truncated if more than 255 chars after the equal sign
...
git-svn-id: trunk@6065 -
2007-01-19 03:29:40 +00:00
yury
30db0a17db
* added some Delphi compatible redefs and constants.
...
git-svn-id: trunk@6060 -
2007-01-18 22:09:06 +00:00
daniel
e6438fe23d
* Make error constants cross platform.
...
git-svn-id: trunk@5977 -
2007-01-14 21:22:47 +00:00
micha
702685717f
* cleanup of rtlevents, remove startwait due to persistance guarantee
...
git-svn-id: trunk@5854 -
2007-01-08 19:11:07 +00:00
florian
35fdb22b91
* FileSetDate now working on Win, see #7837
...
* FileSetDate more Delphi compatible
git-svn-id: trunk@5824 -
2007-01-06 10:48:10 +00:00
marco
507da73806
* hookproc alias, delphi compat
...
git-svn-id: trunk@5768 -
2006-12-31 13:50:42 +00:00
marco
f340e27114
* Two msgs added found while porting toolbar97
...
git-svn-id: trunk@5767 -
2006-12-31 13:48:50 +00:00
yury
ff37ef8786
* fixed i386-wince support. WinCE API functions are cdecl.
...
git-svn-id: trunk@5741 -
2006-12-29 20:49:03 +00:00
yury
f49055ef72
* There is no SetFilePointerEx for wince.
...
git-svn-id: trunk@5738 -
2006-12-29 19:26:40 +00:00
Almindor
acbc7aa882
* fix a typo in previous commit
...
git-svn-id: trunk@5656 -
2006-12-20 12:59:07 +00:00
Almindor
00ee9c9186
+ adds missing SOL_SOCKET to winsock2
...
+ adds missing common constants (SOL_ MSG_ and SO_) to windows sockets.pp via fpwinsockh.inc
git-svn-id: trunk@5655 -
2006-12-20 12:46:33 +00:00
florian
262df1cbf7
* fix for #7882 by xpete
...
git-svn-id: trunk@5548 -
2006-12-06 21:48:26 +00:00
michael
d4c30020ee
Fix to be able to allocate threadvars when non-rtl code creates a new thread
...
git-svn-id: trunk@5475 -
2006-11-25 14:59:40 +00:00
marco
b41c939202
* patch from bug #7850 , enhanced metafile functions added (gdi32 dll)
...
git-svn-id: trunk@5460 -
2006-11-23 09:18:44 +00:00
Almindor
6f44822cd4
* fix the winsock2 delegation stuff for AF_
...
git-svn-id: trunk@5444 -
2006-11-22 11:40:51 +00:00
Almindor
b0dabd0746
* fix windows sockets AT_ and PF_ (because of the unix changes)
...
* fix some missing T-less names for types in winsock2
+ add fpwinsockh.inc for windows specific consts needed to be delegated from winsock
git-svn-id: trunk@5442 -
2006-11-22 11:32:07 +00:00
marco
940f82a473
* fix for 7825
...
git-svn-id: trunk@5423 -
2006-11-18 19:33:54 +00:00
yury
4bfe0e6819
* Optimization for code size.
...
git-svn-id: trunk@5331 -
2006-11-11 14:19:33 +00:00
Marc Weustink
53e7596e3d
+ Added acces violation reasons
...
git-svn-id: trunk@5168 -
2006-11-02 01:37:59 +00:00
Marc Weustink
ab9936a1ce
+ added 32/64bit exceptionrecord definitions
...
git-svn-id: trunk@5167 -
2006-11-02 00:36:22 +00:00
micha
ce9e589e15
* fix FileSeek implementation to match declaration
...
git-svn-id: trunk@5159 -
2006-11-01 17:47:47 +00:00
florian
4fb0d13138
+ few com helpers added
...
git-svn-id: trunk@5144 -
2006-11-01 09:42:40 +00:00
peter
b538256145
* readd WCHAR, it is needed for compatibility. There is
...
code that uses windows types like Windows.WCHAR
git-svn-id: trunk@5142 -
2006-11-01 08:58:21 +00:00
Marc Weustink
3232e59810
* fixed compilation on CE
...
- removed declaration of WCHAR since it is defined in systemh
git-svn-id: trunk@5135 -
2006-10-31 22:46:09 +00:00
florian
585db9d3c6
- removed unncessary packed
...
* adapted structure
git-svn-id: trunk@5075 -
2006-10-29 21:46:15 +00:00
marco
4d8cf8202a
* fix for #7478
...
git-svn-id: trunk@4928 -
2006-10-15 15:37:19 +00:00
florian
b6309075a4
+ GetFileVersion (win only)
...
git-svn-id: trunk@4924 -
2006-10-15 14:36:05 +00:00
marco
cd7ad9e581
* fdwrite internals to fpwrite.
...
git-svn-id: trunk@4921 -
2006-10-15 12:33:07 +00:00
micha
d704af7216
fix compilation for {$T+} linux/win
...
git-svn-id: trunk@4794 -
2006-10-04 20:43:55 +00:00
michael
c863a91be9
+ Normal characters get written to the wrong buffer
...
git-svn-id: trunk@4747 -
2006-09-28 17:56:09 +00:00
florian
21e845c386
- removed unecessary hack for point structures passed by value
...
git-svn-id: trunk@4722 -
2006-09-24 20:54:51 +00:00