svenbarth
a8ea8eb5d5
* fix for Mantis #37447 : add support for HttpUpdateServiceConfiguration which needs to be loaded dynamically, because it's only available in newer versions of Windows 10
...
git-svn-id: trunk@45992 -
2020-08-02 15:18:36 +00:00
Jonas Maebe
fb23834367
* regenerated Makefiles again
...
git-svn-id: trunk@45766 -
2020-07-11 09:51:28 +00:00
Jonas Maebe
350d2d92f9
* regenerated Makesfiles
...
git-svn-id: trunk@45762 -
2020-07-10 22:08:30 +00:00
svenbarth
533dc96db5
- remove FPC 3.0 compatibility IFDEF
...
git-svn-id: trunk@45694 -
2020-06-25 20:42:41 +00:00
svenbarth
25dc029d6d
- partial fix for Mantis #37253 : use SOCKADDR_STORAGE provided by the WinSock2 unit (which also has the correct size)
...
git-svn-id: trunk@45693 -
2020-06-25 20:42:35 +00:00
svenbarth
b3ddd4e786
* regenerate Makefiles
...
git-svn-id: trunk@45601 -
2020-06-06 17:18:48 +00:00
michael
84bffbe75e
* Fix bug #37064 : missing stdcall calling convention modifier
...
git-svn-id: trunk@45359 -
2020-05-13 19:20:34 +00:00
pierre
c77ef7d6dd
Regenerate all Makefile's after change in utils/fpcm/fpcmake.ini to better support use of i386 compiler on x86_64 machines
...
git-svn-id: trunk@45356 -
2020-05-13 13:53:15 +00:00
nickysn
56b79257a1
* fixed fpmake invokation when building an i386-linux snapshot on a x86_64-linux host
...
git-svn-id: trunk@45298 -
2020-05-06 20:41:01 +00:00
nickysn
86643f8a34
* synchronized with trunk
...
git-svn-id: branches/z80@44981 -
2020-04-21 23:36:44 +00:00
svenbarth
184d6d61ed
* regenerate makefiles
...
git-svn-id: trunk@44958 -
2020-04-21 06:09:20 +00:00
nickysn
d57ffc4745
* changed the object file format for z80-embedded and z80-zxspectrum to .rel
...
git-svn-id: branches/z80@44899 -
2020-04-20 23:36:15 +00:00
nickysn
2f68090dd6
* synchronized with trunk
...
git-svn-id: branches/z80@44898 -
2020-04-20 22:42:08 +00:00
pierre
cd6de6a4ca
Regenerate all Makefiles
...
git-svn-id: trunk@44882 -
2020-04-20 13:58:47 +00:00
nickysn
0f323df7a3
* synchronized with trunk
...
git-svn-id: branches/z80@44873 -
2020-04-19 21:10:31 +00:00
Jonas Maebe
26ec913725
* regenerated makefiles
...
git-svn-id: trunk@44861 -
2020-04-19 17:33:47 +00:00
nickysn
b868d653bb
* regenerated makefiles after sync with trunk
...
git-svn-id: branches/z80@44847 -
2020-04-19 13:00:50 +00:00
nickysn
831a8cbcfa
* regenerated makefiles in the packages directory
...
git-svn-id: branches/z80@44821 -
2020-04-19 04:05:59 +00:00
Jonas Maebe
4b59bcb0ca
* regenerated makefiles
...
git-svn-id: trunk@44793 -
2020-04-18 16:08:25 +00:00
florian
5bab6201d5
* rebuild Makefiles
...
git-svn-id: trunk@44679 -
2020-04-10 19:42:14 +00:00
florian
43dc4c7ea0
* regenerated Makefiles
...
git-svn-id: trunk@44333 -
2020-03-21 20:59:59 +00:00
marco
d74abf8575
* let win64 also define _win32. Some function prototypes are under that
...
ifdef, and the only ifdef _win64 is first.
git-svn-id: trunk@44260 -
2020-03-03 11:10:29 +00:00
marco
1b1df0c026
* _win64 fixes. Commctrl still has it but has now the correct define.
...
This was because commctrl was mostly developed using a specific
converter that was continously updated and rerun.
* nb30 simply replaced by "win64"
git-svn-id: trunk@44259 -
2020-03-03 11:08:27 +00:00
marco
6c0a15eb09
* fix mkparsedisplayname 3rd parameter, and overload the alternative.
...
git-svn-id: trunk@44178 -
2020-02-15 13:01:04 +00:00
pierre
a09e40945c
Regenerate all Makefile's after commit #43472
...
git-svn-id: trunk@43478 -
2019-11-15 14:47:02 +00:00
michael
b4ee5d9956
* Fix indentation, remove name clause, patch by Laco
...
git-svn-id: trunk@43098 -
2019-09-30 07:40:55 +00:00
michael
c4b7b4db13
* Add overloads for all functions containing var arguments (bug ID 0036106)
...
git-svn-id: trunk@43095 -
2019-09-29 21:42:13 +00:00
marco
1197db2e63
* fix parameter that can be zero.
...
git-svn-id: trunk@43091 -
2019-09-29 18:55:14 +00:00
pierre
7473c94643
Change ShortName according to renmaetoshort rule in fpcbuild/Makefile.fpc
...
git-svn-id: trunk@42902 -
2019-09-02 08:04:30 +00:00
marco
5416e3657f
* inprocess comserver example. Polished up test From Anton K. from mantis #35013
...
git-svn-id: trunk@42812 -
2019-08-25 09:33:02 +00:00
svenbarth
631364aa9f
* fix for Mantis #35469 : change DWORD types to DWORD_PTR were required by the mmsystem.h related headers
...
git-svn-id: trunk@42775 -
2019-08-23 14:59:17 +00:00
pierre
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
...
git-svn-id: trunk@42750 -
2019-08-20 15:58:10 +00:00
svenbarth
aa0422b2ed
* fix for Mantis #35964 : reestablish pre r42594 behavior for WinCE as at least Windows Mobile does not support the required COM functions
...
Note: in theory Windows CE *can* support these functions, but it dependends on the provider whether they're indeed supported (e.g. Windows Mobile does not). Probably this should be revisited once we support the "delayed" directive.
git-svn-id: trunk@42696 -
2019-08-15 11:41:36 +00:00
marco
cffc8317fa
* mantis #35013 library parts. Allow embedded objects.
...
git-svn-id: trunk@42594 -
2019-08-06 12:00:25 +00:00
Jonas Maebe
faf75095cd
* synchronised with trunk till r42189
...
git-svn-id: branches/debug_eh@42190 -
2019-06-07 18:24:38 +00:00
michael
a4bf16e176
Fix bug ID #0035672
...
git-svn-id: trunk@42173 -
2019-06-04 08:31:39 +00:00
marco
4f447a4de0
* some more shlwapi translations
...
git-svn-id: trunk@42152 -
2019-05-31 16:03:06 +00:00
marco
4e70f12027
* strstria* and similar functions. mantis 035582, even though that is about legacy shellapi32
...
git-svn-id: trunk@42148 -
2019-05-31 12:13:38 +00:00
Jonas Maebe
128bf046b4
* regenerated Makefiles with LLVM bitcode installation support
...
git-svn-id: branches/debug_eh@41914 -
2019-04-20 18:56:45 +00:00
pierre
74fed2a4cd
Regenerate Makefile's after fpcmake change in commit #41721
...
git-svn-id: trunk@41723 -
2019-03-17 14:45:03 +00:00
marco
be62b0ced0
* regcls constants from MSDN
...
git-svn-id: trunk@41264 -
2019-02-09 13:29:14 +00:00
Károly Balogh
5182dc37af
haiku-x86_64: regenerated all Makefiles, take 2
...
git-svn-id: trunk@40758 -
2019-01-04 03:18:42 +00:00
marco
90ca418206
* bug #34758 iolecache.setdata 2nd param now var.
...
git-svn-id: trunk@40745 -
2019-01-02 13:46:09 +00:00
pierre
deb3d5a0a9
+ Add Debug message when resource file is found, but not registered.
...
+ Add missing "T.ResourceStrings:=True;" for all source units
that generate the new debug message above.
git-svn-id: trunk@40365 -
2018-11-24 15:14:57 +00:00
marco
283ca3db63
* fix typo
...
git-svn-id: trunk@40024 -
2018-10-24 20:58:31 +00:00
marco
587b980169
* shellapi has pshpack1 for win32. There is a structure defined after poppack(NC_ADDRESS), but that is not in this unit.
...
Patch from mantis #34441
git-svn-id: trunk@40020 -
2018-10-24 15:05:24 +00:00
yury
a29290202f
* Regenerated makefiles to support x86_64-android.
...
git-svn-id: trunk@39958 -
2018-10-17 17:12:20 +00:00
yury
8c59eb1ce5
* Regenerated makefiles to support aarch64-android.
...
git-svn-id: trunk@39863 -
2018-10-06 09:36:03 +00:00
marco
618935b433
* fix for #34375 , make lpshcolumnid a pointer.
...
git-svn-id: trunk@39852 -
2018-10-02 16:42:56 +00:00
pierre
4e7003fb94
Update all packages Makefile's
...
git-svn-id: trunk@39828 -
2018-09-27 07:05:49 +00:00
marco
98f00acb06
* trunk to 3.3.1
...
git-svn-id: trunk@39635 -
2018-08-18 15:47:44 +00:00
marco
d143ab60e1
* regenned makefile without date/rev components for easier merging.
...
git-svn-id: trunk@39630 -
2018-08-18 15:06:25 +00:00
marco
2d74227859
* Fixes #34113 + auxOutMessage The wrong functions were all under #ifdef winver> x030a or 0x0400
...
git-svn-id: trunk@39612 -
2018-08-13 07:20:50 +00:00
marco
438c4cbef7
* fix for #33823 dword->dword_ptr
...
git-svn-id: trunk@39164 -
2018-06-04 07:49:32 +00:00
pierre
a93fe1b363
Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745
...
git-svn-id: trunk@38751 -
2018-04-12 15:26:33 +00:00
michael
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
...
git-svn-id: trunk@38616 -
2018-03-23 22:06:36 +00:00
marco
d49deb183b
* importtl new parameter --ref-style that allows to set different styles for reference input param. (var, constref or const [ref])
...
A more complete solution for bugreport #30764 .
Changed importtl to getopts for param parsing
git-svn-id: trunk@38338 -
2018-02-25 14:52:51 +00:00
svenbarth
e8c1b6af20
+ add unit for Microsoft's http.h which interfaces with the kernel mode HTTP(S) server
...
git-svn-id: trunk@38012 -
2018-01-19 17:08:24 +00:00
florian
04738ff2a6
+ shlobj: SHGetKnownFolderPath
...
* correctly search font files on windows, resolves #32495
git-svn-id: trunk@37626 -
2017-11-26 17:37:11 +00:00
pierre
d18627f0af
* Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286
...
git-svn-id: trunk@37462 -
2017-10-16 00:27:27 +00:00
svenbarth
4f39e57f62
* move PWSTR declaration to unit Windows
...
git-svn-id: trunk@37358 -
2017-09-29 19:51:56 +00:00
Károly Balogh
04dee0fc04
regenerated Makefiles for m68k-macos target
...
git-svn-id: trunk@37034 -
2017-08-22 11:16:42 +00:00
svenbarth
0076284a86
* revert changes from r36770
...
* use constref for REFIID parameters, at least for non-interface functions (interface methods will be done separately as they're a breaking change, not to mention TObject's methods)
git-svn-id: trunk@36806 -
2017-07-28 15:37:49 +00:00
michael
aa5b2ff6fb
* Fix bug ID #24099 (make sure self is not destroyed while disconnecting sink)
...
git-svn-id: trunk@36771 -
2017-07-23 10:22:46 +00:00
michael
4e494607d6
* Fix definition of REFIID
...
git-svn-id: trunk@36770 -
2017-07-23 09:49:35 +00:00
michael
f61e1cdb85
* Fix bug ID #31569
...
git-svn-id: trunk@36767 -
2017-07-23 09:05:55 +00:00
michael
feebdbfc92
* Winhttp unit added (bug id 30650)
...
git-svn-id: trunk@36677 -
2017-07-08 11:25:03 +00:00
pierre
7a172d3d5a
Regenerated all Makefile from packages directories
...
git-svn-id: trunk@36395 -
2017-06-01 14:15:50 +00:00
pierre
17b2671213
Regenerate all Makefile's after changes related to FPCDIR checks
...
git-svn-id: trunk@35833 -
2017-04-18 14:15:47 +00:00
marco
2225f90dde
* fix for #31161
...
git-svn-id: trunk@35191 -
2016-12-24 17:42:58 +00:00
marco
dce9b9c68c
* some more "occured", mantis #31112
...
git-svn-id: trunk@35121 -
2016-12-13 13:31:50 +00:00
marco
2febc31303
* patch from bug #24218 , don't generate safecalls in not dispatch classes.
...
git-svn-id: trunk@34744 -
2016-10-20 10:58:31 +00:00
Jonas Maebe
e5a1231931
* updated FSF address (mantis #30198 , patch by Paul Gevers)
...
git-svn-id: trunk@34598 -
2016-10-02 12:56:59 +00:00
nickysn
5306ee552b
* regenerated makefiles with latest fpcmake
...
git-svn-id: trunk@34008 -
2016-06-18 01:00:45 +00:00
nickysn
a58dd988a4
* regenerate makefiles after the fpcmake update
...
git-svn-id: trunk@34002 -
2016-06-17 22:05:59 +00:00
marco
d67dee1d2d
* remove win9xmanager also from .fpcmake
...
git-svn-id: trunk@33689 -
2016-05-14 10:42:05 +00:00
pierre
47a10f0b18
Fix build error after commit 33687
...
git-svn-id: trunk@33688 -
2016-05-14 09:33:13 +00:00
marco
dd2aae023e
* delete win9xwsmanager, conform bugreport #29108
...
git-svn-id: trunk@33687 -
2016-05-13 18:52:02 +00:00
marco
39f1244041
* fix mantis #29970
...
git-svn-id: trunk@33432 -
2016-04-07 09:30:03 +00:00
marco
71386f02cd
* another msgtyp
...
git-svn-id: trunk@33424 -
2016-04-05 11:04:28 +00:00
michael
82414ecacc
* Added missing identifiers (bug ID 27704)
...
git-svn-id: trunk@33338 -
2016-03-26 23:43:49 +00:00
marco
27f20503ab
* some constants added.
...
git-svn-id: trunk@33315 -
2016-03-22 21:04:52 +00:00
marco
1d5e9ba35f
* removed deprecated props
...
git-svn-id: trunk@33011 -
2016-01-27 15:39:50 +00:00
michael
8282aea272
* Small whitespace patch from Sandro Cumerlato
...
git-svn-id: trunk@32832 -
2016-01-03 09:16:17 +00:00
michael
81b778f555
* Correction on previous patch
...
git-svn-id: trunk@32827 -
2016-01-01 23:23:42 +00:00
michael
ca2b1f97ed
* Applied patch from José Mejuto to fix bug ID #27486
...
git-svn-id: trunk@32823 -
2016-01-01 17:10:30 +00:00
michael
9111c9263e
* Patch from Antônio Galvão to make an event sink: Implements ConnectEvents and DisConnectEvents. (bug ID 28377)
...
git-svn-id: trunk@32822 -
2016-01-01 16:53:26 +00:00
michael
ede4bac345
* Fixed bug ID #25110 , patch from ocean
...
git-svn-id: trunk@32821 -
2016-01-01 16:45:07 +00:00
marco
f69e6730be
* fix for #29036 overload sHOpenFolderAndSelectItems with a plain pointer versions
...
git-svn-id: trunk@32452 -
2015-11-22 10:42:54 +00:00
nickysn
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
...
git-svn-id: trunk@31527 -
2015-09-05 11:21:36 +00:00
joost
46906833f1
* Re-generated makefile's
...
git-svn-id: trunk@31318 -
2015-08-12 19:47:44 +00:00
joost
ac87da7c42
* Filter the Makefile's unit searchpaths from the fpmake command line.
...
To void cluttering the .fpm file
git-svn-id: trunk@31317 -
2015-08-12 19:15:14 +00:00
marco
3c30a9b6d1
* fix mantis #28420 , extreme corner case.
...
git-svn-id: trunk@31283 -
2015-08-05 13:10:49 +00:00
Károly Balogh
77bdd83bfc
AROS/x86_64: regenerated Makefiles
...
git-svn-id: trunk@31177 -
2015-06-29 00:09:06 +00:00
marco
b18365fb61
* part of mantis 028134, shlwapi unit with strlogical*
...
git-svn-id: trunk@30919 -
2015-05-26 17:56:59 +00:00
Jonas Maebe
89418d23e5
* regenerated Makefiles with Linux/AArch64 support
...
git-svn-id: trunk@30891 -
2015-05-20 20:15:10 +00:00
marco
c0e22fd89b
* fix for #27723 , ImmGetCompositionStringW returns long (signed)
...
git-svn-id: trunk@30327 -
2015-03-26 09:50:34 +00:00
marco
8aba24ecdf
* fix for mantis #27555
...
git-svn-id: trunk@30028 -
2015-02-27 23:08:55 +00:00
Jonas Maebe
fa328436ab
* regenerated for iphonesim/x86-64
...
git-svn-id: trunk@29974 -
2015-02-23 22:56:41 +00:00
Jonas Maebe
3d01d4ceb1
* regenerated with Darwin/AArch64 support
...
git-svn-id: trunk@29950 -
2015-02-23 22:54:53 +00:00