Steve Lhomme wrote:
> Why not use the proper call in the first place rather than use a define ?
> It could be useful in a generic header used by all to make sure everyone
> uses the right thing. But since you need to edit each file it would be
> cleaner not to use any define at all and use the proper functions and
> structures directly.

It would be possible. But
  - It is ugly.
  - The correct search term on microsoft.com, stackoverflow.com, etc. is
    'LoadLibrary', not 'LoadLibraryA'. Let's speak the same language as
    everyone else is speaking.

Bruno


Reply via email to