CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    La Plata, Buenos Aires
    Posts
    615

    windows.h or windowsx.h?

    I've seen in many C source codes for the Win32 API that "windowsx.h" is included.

    What is the purpose of using this?

    And, question 2) what is #define STRICT?

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Look up Q83456 in the knowledge base:

    http://support.microsoft.com/default...#91;LN];Q83456

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured