Felipe Monteiro de Carvalho schreef:
I decided to attach a patch so others can better understand what I am
talking about. No need to apply it.


I think you can fix this, by declaring TWndProc in LCLType and have in controls just

uses
  LCLType; // add if necessary, probably is already there

type
  TWndProc = LCLType.WndProc; // for compatible reasons


Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to